lcPaint_ImageLoad Home

Loads raster image from a file into a raster image object.

 BOOL lcPaint_ImageLoad (
   HANDLE hImage,
   LPCWSTR szFileName
 );

Parameters
hImage
  Handle to raster image object.
szFileName
  Image file. It will be loaded into image object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcPaint_ImageCreate